1 namespace QuanLyNhanSu
2 {
3     
partial class frmkiemtrabangluong
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmkiemtrabangluong));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.cbonamkt = new System.Windows.Forms.ComboBox();
34             
this.cbothangkt = new System.Windows.Forms.ComboBox();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.label1 = new System.Windows.Forms.Label();
37             
this.cmdthoat = new System.Windows.Forms.Button();
38             
this.cmdkiemtra = new System.Windows.Forms.Button();
39             
this.panel1.SuspendLayout();
40             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
41             
this.SuspendLayout();
42             
//
43             
// panel1
44             
//
45             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
46             
this.panel1.Controls.Add(this.cbonamkt);
47             
this.panel1.Controls.Add(this.cbothangkt);
48             
this.panel1.Controls.Add(this.label2);
49             
this.panel1.Controls.Add(this.cmdthoat);
50             
this.panel1.Controls.Add(this.label1);
51             
this.panel1.Controls.Add(this.cmdkiemtra);
52             
this.panel1.Location = new System.Drawing.Point(12, 12);
53             
this.panel1.Name = "panel1";
54             
this.panel1.Size = new System.Drawing.Size(221, 79);
55             
this.panel1.TabIndex = 2;
56             
//
57             
// cbonamkt
58             
//
59             
this.cbonamkt.BackColor = System.Drawing.SystemColors.ControlLightLight;
60             
this.cbonamkt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
61             
this.cbonamkt.FormattingEnabled = true;
62             
this.cbonamkt.Location = new System.Drawing.Point(151, 8);
63             
this.cbonamkt.Name = "cbonamkt";
64             
this.cbonamkt.Size = new System.Drawing.Size(57, 21);
65             
this.cbonamkt.TabIndex = 32;
66             
//
67             
// cbothangkt
68             
//
69             
this.cbothangkt.BackColor = System.Drawing.SystemColors.ControlLightLight;
70             
this.cbothangkt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
71             
this.cbothangkt.FormattingEnabled = true;
72             
this.cbothangkt.Location = new System.Drawing.Point(62, 8);
73             
this.cbothangkt.Name = "cbothangkt";
74             
this.cbothangkt.Size = new System.Drawing.Size(46, 21);
75             
this.cbothangkt.TabIndex = 31;
76             
//
77             
// label2
78             
//
79             
this.label2.AutoSize = true;
80             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.label2.Location = new System.Drawing.Point(112, 11);
82             
this.label2.Name = "label2";
83             
this.label2.Size = new System.Drawing.Size(39, 15);
84             
this.label2.TabIndex = 10;
85             
this.label2.Text = "Năm :";
86             
//
87             
// label1
88             
//
89             
this.label1.AutoSize = true;
90             
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.label1.Location = new System.Drawing.Point(12, 11);
92             
this.label1.Name = "label1";
93             
this.label1.Size = new System.Drawing.Size(49, 15);
94             
this.label1.TabIndex = 6;
95             
this.label1.Text = "Tháng :";
96             
//
97             
// cmdthoat
98             
//
99             
this.cmdthoat.DialogResult = System.Windows.Forms.DialogResult.Cancel;
100             
this.cmdthoat.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
102             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
103             
this.cmdthoat.Location = new System.Drawing.Point(115, 40);
104             
this.cmdthoat.Name = "cmdthoat";
105             
this.cmdthoat.Size = new System.Drawing.Size(93, 30);
106             
this.cmdthoat.TabIndex = 9;
107             
this.cmdthoat.Tag = "";
108             
this.cmdthoat.Text = "Thoát";
109             
this.cmdthoat.UseVisualStyleBackColor = true;
110             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
111             
//
112             
// cmdkiemtra
113             
//
114             
this.cmdkiemtra.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
115             
this.cmdkiemtra.Image = ((System.Drawing.Image)(resources.GetObject("cmdkiemtra.Image")));
116             
this.cmdkiemtra.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
117             
this.cmdkiemtra.Location = new System.Drawing.Point(15, 40);
118             
this.cmdkiemtra.Name = "cmdkiemtra";
119             
this.cmdkiemtra.Size = new System.Drawing.Size(93, 30);
120             
this.cmdkiemtra.TabIndex = 8;
121             
this.cmdkiemtra.Tag = "";
122             
this.cmdkiemtra.Text = "Kiểm Tra";
123             
this.cmdkiemtra.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
124             
this.cmdkiemtra.UseVisualStyleBackColor = true;
125             
this.cmdkiemtra.Click += new System.EventHandler(this.cmdkiemtra_Click);
126             
//
127             
// frmkiemtrabangluong
128             
//
129             
this.AcceptButton = this.cmdkiemtra;
130             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132             
this.CancelButton = this.cmdthoat;
133             
this.ClientSize = new System.Drawing.Size(251, 107);
134             
this.Controls.Add(this.panel1);
135             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
136             
this.MaximizeBox = false;
137             
this.MinimizeBox = false;
138             
this.Name = "frmkiemtrabangluong";
139             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
140             
this.Text = "Kiểm tra bảng lương";
141             
this.panel1.ResumeLayout(false);
142             
this.panel1.PerformLayout();
143             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
144             
this.ResumeLayout(false);
145
146         }
147
148         
#endregion
149
150         
private System.Windows.Forms.Panel panel1;
151         
private System.Windows.Forms.ComboBox cbonamkt;
152         
private System.Windows.Forms.ComboBox cbothangkt;
153         
private System.Windows.Forms.Label label2;
154         
private System.Windows.Forms.Button cmdthoat;
155         
private System.Windows.Forms.Label label1;
156         
private System.Windows.Forms.Button cmdkiemtra;
157     }
158 }



Quản lý nhân sự công ty bằng c# _ full source code 60.354 lượt xem

Gõ tìm kiếm nhanh...